API Management (1 / 25): You are developing an API that needs to restrict a single client IP address to only 10 calls every minute, with a total of 100 calls and 100 MB of bandwidth per hour. Which policies should you implement to achieve this requirement?
Answer:
rate-limit-by-key and quota-by-key, units in seconds and KB, counter-key="@(context.Request.IpAddress)".